*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Poppins", serif;
}

.main .oth-image{
    width: 100%;
    background: rgb(134,152,237);
    background: linear-gradient(90deg, rgba(134,152,237,1) 5%, rgba(0,44,255,1) 52%, rgba(6,28,166,1) 100%);
    margin-top: 64px;
}
.oth-image img{
    width: 100%;
    object-fit: cover;
}

.main .oth-service{
    width: 100%;
    background: rgb(215,215,250);
    background: linear-gradient(90deg, rgba(215,215,250,1) 0%, rgba(0,44,255,1) 52%, rgba(215,215,250,1) 100%);
    text-align: center;
    /* margin-top: 5px; */
}
.main .oth-service span.ot{
    font-size: 24px;
    font-weight: 400;
    color: white;
    /* padding-top: 35px;
    padding-bottom:45px; */
}
.main .oth-container{
    width: 100%;
    /* background-color: #a8a1b5; */
    display: inline-block;
    padding-left: 150px;
    padding-right: 150px;
    line-height: 1.8;
    word-spacing: 2px;
}
.oth-container .cp{
    text-transform: uppercase;
    font-size: 19px;
}
.oth-container p strong{
    font-size: 18px;
}
.main .oth-container{
    font-size: 16px;
}
.oth-container ul{
    display: block;
    list-style-type: disc;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.oth-container .opt{
    list-style-type:decimal; 
}